|
| | FrameLib_Scheduler (FrameLib_Context context, FrameLib_Parameters::Info *info, unsigned long nIns=0, unsigned long nOuts=0, unsigned long nAudioIns=0) |
| |
| | FrameLib_DSP (ObjectType type, FrameLib_Context context, FrameLib_Parameters::Info *info, unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| | ~FrameLib_DSP () |
| |
| virtual void | setFixedInput (unsigned long idx, double *input, unsigned long size) |
| |
| virtual void | blockUpdate (double **ins, double **outs, unsigned long blockSize) |
| |
| virtual void | reset (double samplingRate, unsigned long maxBlockSize) |
| |
| virtual void | deleteConnection (unsigned long inIdx) |
| |
| virtual void | addConnection (FrameLib_DSP *object, unsigned long outIdx, unsigned long inIdx) |
| |
| virtual void | clearConnections () |
| |
| virtual bool | isConnected (unsigned long inIdx) |
| |
| virtual const FrameLib_Parameters * | getParameters () |
| |
| virtual FrameType | inputType (unsigned long idx) |
| |
| virtual FrameType | outputType (unsigned long idx) |
| |
| | FrameLib_Block (ObjectType type) |
| |
| virtual | ~FrameLib_Block () |
| |
| virtual void | addConnection (FrameLib_Block *object, unsigned long outIdx, unsigned long inIdx) |
| |
| | FrameLib_Object (ObjectType type) |
| |
| virtual | ~FrameLib_Object () |
| |
| ObjectType | getType () |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| unsigned long | getNumIns () |
| |
| unsigned long | getNumOuts () |
| |
| unsigned long | getNumAudioIns () |
| |
| unsigned long | getNumAudioOuts () |
| |
| unsigned long | getNumAudioChans () |
| |
| virtual std::string | objectInfo (bool verbose=false) |
| |
| virtual std::string | inputInfo (unsigned long idx, bool verbose=false) |
| |
| virtual std::string | outputInfo (unsigned long idx, bool verbose=false) |
| |
| virtual std::string | audioInfo (unsigned long idx, bool verbose=false) |
| |
|
| virtual void | process () |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| void | inputMode (unsigned long idx, bool update, bool trigger, bool switchable, FrameType type=kFrameNormal) |
| |
| void | setParameterInput (unsigned long idx) |
| |
| void | addParameterInput () |
| |
| void | outputMode (unsigned long idx, FrameType type) |
| |
| void | updateTrigger (unsigned long idx, bool trigger) |
| |
| bool | isTrigger (unsigned long idx) |
| |
| FrameLib_TimeFormat | getFrameTime () |
| |
| FrameLib_TimeFormat | getValidTime () |
| |
| FrameLib_TimeFormat | getInputTime () |
| |
| FrameLib_TimeFormat | getCurrentTime () |
| |
| FrameLib_TimeFormat | getBlockStartTime () |
| |
| FrameLib_TimeFormat | getBlockEndTime () |
| |
| FrameLib_TimeFormat | getInputFrameTime (unsigned long idx) |
| |
| FrameLib_TimeFormat | getInputValidTime (unsigned long idx) |
| |
| void | requestOutputSize (unsigned long idx, size_t size) |
| |
| bool | allocateOutputs () |
| |
| double * | getInput (unsigned long idx, size_t *size) |
| |
| FrameLib_Parameters::Serial * | getInput (unsigned long idx) |
| |
| double * | getOutput (unsigned long idx, size_t *size) |
| |
| FrameLib_Parameters::Serial * | getOutput (unsigned long idx) |
| |
| void | copyVector (double *output, double *input, unsigned long size) |
| |
| void | zeroVector (double *output, unsigned long size) |
| |
| FrameLib_DSP * | getOutputObject (unsigned long outIdx) |
| |
| const char * | getInfo (const char *verboseStr, const char *briefStr, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, unsigned long idx, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, const char *replaceStr, bool verbose) |
| |